compress/flate.compressor.sync (field)

10 uses

	compress/flate (current package)
		deflate.go#L90: 	sync      bool                          // requesting flush
		deflate.go#L334: 		if !d.sync {
		deflate.go#L381: 	if d.windowEnd-d.index < minMatchLength+maxMatchLength && !d.sync {
		deflate.go#L394: 			if !d.sync {
		deflate.go#L520: 	if d.windowEnd > 0 && (d.windowEnd == maxStoreBlockSize || d.sync) {
		deflate.go#L530: 	if d.windowEnd < len(d.window) && !d.sync || d.windowEnd == 0 {
		deflate.go#L557: 	d.sync = true
		deflate.go#L564: 	d.sync = false
		deflate.go#L603: 	d.sync = false
		deflate.go#L637: 	d.sync = true